home *** CD-ROM | disk | FTP | other *** search
- global checkForMovieOver
-
- on prepareMovie
- if the platform contains "win" then
- castLib("dummi").fileName = the applicationPath & "vidpc"
- else
- castLib("dummi").fileName = the applicationPath & "dummi"
- end if
- end
-
- on startMovie
- puppetSound(1, 0)
- checkForMovieOver = 0
- sprite(2).visible = 1
- sprite(20).visible = 1
- sprite(21).visible = 1
- sprite(22).visible = 0
- set the blend of sprite 26 to 70
- set the blend of sprite 19 to 70
- sprite(29).visible = 0
- repeat with j = 31 to 45
- sprite(j).visible = 0
- end repeat
- repeat with k = 47 to 49
- sprite(k).visible = 0
- end repeat
- repeat with i = 141 to 146
- sprite(i).visible = 0
- end repeat
- repeat with i = 151 to 156
- sprite(i).visible = 1
- end repeat
- sprite(19).visible = 0
- sprite(25).visible = 0
- set the loc of sprite 24 to point(279, 245)
- end
-